+2004-06-30 Anders Carlsson <andersca@gnome.org>
+
+ * gtk/gtktreeview.c (gtk_tree_view_set_model): Use
+ g_return_if_fail to make sure that the model is a GtkTreeModel.
+
Sat Jun 26 17:41:10 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtk[hv]separator.c (gtk_[hv]separator_expose): Draw line with the
+2004-06-30 Anders Carlsson <andersca@gnome.org>
+
+ * gtk/gtktreeview.c (gtk_tree_view_set_model): Use
+ g_return_if_fail to make sure that the model is a GtkTreeModel.
+
Sat Jun 26 17:41:10 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtk[hv]separator.c (gtk_[hv]separator_expose): Draw line with the
+2004-06-30 Anders Carlsson <andersca@gnome.org>
+
+ * gtk/gtktreeview.c (gtk_tree_view_set_model): Use
+ g_return_if_fail to make sure that the model is a GtkTreeModel.
+
Sat Jun 26 17:41:10 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtk[hv]separator.c (gtk_[hv]separator_expose): Draw line with the
+2004-06-30 Anders Carlsson <andersca@gnome.org>
+
+ * gtk/gtktreeview.c (gtk_tree_view_set_model): Use
+ g_return_if_fail to make sure that the model is a GtkTreeModel.
+
Sat Jun 26 17:41:10 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtk[hv]separator.c (gtk_[hv]separator_expose): Draw line with the
GtkTreeModel *model)
{
g_return_if_fail (GTK_IS_TREE_VIEW (tree_view));
+ g_return_if_fail (GTK_IS_TREE_MODEL (model));
if (model == tree_view->priv->model)
return;